home *** CD-ROM | disk | FTP | other *** search
- on ForceInitVarLVI
- global TypeMag, TypeBoutique
- SetVarLVI2()
- set TypeMag to 1
- set TypeBoutique to 1
- InitEntreAnim()
- end
-
- on InitVarLVI
- global DcVarOk
- if DcVarOk = 0 then
- SetVarLVI2()
- end if
- end
-
- on SetVarLVI2
- global DcVarOk, TypeMag, TypeBoutique, DiskouCD, NameExt, TypeMachine, TypeSeparator, listFichSound, CastEfface, ComptBoucleEnter, CursMain
- clearGlobals()
- set DcVarOk to 1
- set TypeMag to 0
- set TypeBoutique to 0
- AllMacroFrame()
- set DiskouCD to 1
- if DiskouCD = 0 then
- set NameExt to ".DIR"
- else
- set NameExt to ".DXR"
- end if
- set TypeMachine to the machineType = 256
- if TypeMachine then
- set TypeSeparator to "\"
- else
- set TypeSeparator to ":"
- end if
- set listFichSound to [" ", " ", " ", " ", " ", " ", " ", " ", " ", " "]
- set CastEfface to the number of cast "N_CastEfface"
- set ComptBoucleEnter to 0
- InitVarBarrette()
- InitVarNavig()
- SetMemoNavPuce("DEPART # NAVIG #")
- AnnuleDcAnimDetour()
- AnnuleMemoAnimDetour()
- set CursMain to [the number of cast "CastMain", the number of cast "MaskCastMain"]
- RstDemo()
- end
-